home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Developer & Web Development Tools
/
Twistpad 1.64
/
Setup.exe
/
$APPDATA
/
Carthago
/
Twistpad
/
regex.dat
Wrap
INI File
|
2007-04-29
|
368b
|
12 lines
[regex]
number = [\+\-]?[\.]?[0-9]+[\.]?[0-9]*
percentage = [\+\-]?[\.]?[0-9]+[\.]?[0-9]*\%
quoted string = (\"[^\"]*\")|(\'[^\']*\')'
URI = [Uu][Rr][Ll]\([^\)]*\)
hexcolor = #[0-9a-fA-F]{6}
rgbcolor = (?G)\#[a-fA-F0-9]{3,6}
C++ comment = \/\*[^*]*\*+([^/][^*]*\*+)*\/
Delphi declaration block= \{[^\}\{]*\}
email = (?G)[\w\d\-\.]+@[\w\d\-]+(\.[\w\d\-]+)+